projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c963942
)
MIPS: bootm: remove unused or redundant header files
author
Daniel Schwierzeck
<
[email protected]
>
Sun, 16 Nov 2014 00:27:23 +0000
(
01:27
+0100)
committer
Daniel Schwierzeck
<
[email protected]
>
Thu, 27 Nov 2014 15:20:37 +0000
(16:20 +0100)
Signed-off-by: Daniel Schwierzeck <
[email protected]
>
arch/mips/lib/bootm.c
patch
|
blob
|
history
diff --git
a/arch/mips/lib/bootm.c
b/arch/mips/lib/bootm.c
index f947fd6c9e759bd54786c824f9826d21e371be3c..e0722d20d1e876122939117163071e4ecd525b26 100644
(file)
--- a/
arch/mips/lib/bootm.c
+++ b/
arch/mips/lib/bootm.c
@@
-6,10
+6,7
@@
*/
#include <common.h>
-#include <command.h>
#include <image.h>
-#include <u-boot/zlib.h>
-#include <asm/byteorder.h>
#include <asm/addrspace.h>
DECLARE_GLOBAL_DATA_PTR;